home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / database / autocal.arj / README.CAL < prev   
Text File  |  1994-02-04  |  3KB  |  56 lines

  1. AutoCal  -- Version One
  2. (c)1994 by Greg Warren
  3.  
  4.         
  5. AutoCal is a very simple schedule, appointments, notes, or anything else re-
  6. minder you can express in an ASCII text file.  The program is to be put in your
  7. AUTOEXEC.BAT file and automatically searches for text files that are
  8. named using the month, date, and an alphabetic letter that allows more
  9. than one file per day.
  10.  
  11. setup:
  12.         1.   Create a subdirectory on your C drive called C:\CALDATA
  13.         2.   Put the file CAL.EXE into your AUTOEXEC.BAT file
  14.  
  15. use  :
  16.         1.   Use a text editor or a word processor that can create ASCII 
  17.              files.
  18.         2.   Enter your text remembering that long files will scroll past
  19.              you as they are read from disk.
  20.         3.   Save your file in the C:\CALDATA directory as follows:
  21.                 A.  If necessary specify the path C:\CALDATA\
  22.                 B.  Next type the first three letters of the month you wish
  23.                         to be reminded of the message (ex. FEB is February)
  24.                 C.  Next type the day of the month prefixing a zero (0) if
  25.                         the day is less than ten (ex. 01 =1st)
  26.                 D.  Next you add the index character which starts with "a"
  27.                         If you have created a file with the index "a" use
  28.                         the next character "b", etc.
  29.                 E.  Finally add the extention ".cal" and save the file.
  30.  
  31.                 An example file name:  C:\CALDATA\FEB09A.CAL
  32.                         will be displayed when you use the computer
  33.                         on february 9.
  34.  
  35. How it works:
  36.  
  37.         AutoCal was written in assembly language (my current rave language
  38.         at the momment) and this is version one.  The program displays
  39.         its credits and uses a DOS routine to get the date.  Then the 
  40.         program formats this date into a filename and searches for the
  41.         first file with the correct date and index (index characters start
  42.         with "a").  If a file is found the program prints the text to
  43.         the screen then halts to ask the user if he wants to see the next
  44.         file.  If yes the program tries to find the file with index "b".  
  45.         When a file is not found the program quits back to DOS.
  46.  
  47.         This program is free to anyone and everyone in Computer Land.  How-
  48. ever I would like to hear any suggestions, improvements, and otherwise.  If
  49. you are able PLEASE after downloading and fooling with AutoCal v1 email me on 
  50. CompuServe at ID# 70451,2120.  If you wish my MASM source code let me know.
  51.  
  52.         Gratefully yours,
  53.                 Greg Warren, Westwood Ca.
  54.  
  55.  
  56.